Method ParseRedbFilter(Expression<Func<IRedbObject, bool>>)

Assembly: redb.Core.dll

Parse lambda expression for filtering by base IRedbObject fields
(Id, Name, ParentId, DateCreate, ValueLong, ValueString, etc.)
Uses IRedbObject for compile-time safety - Props not visible!

FilterExpression ParseRedbFilter(Expression<Func<IRedbObject, bool>> predicate)